home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 January
/
Gamestar_80_2006-01_dvd.iso
/
DVDStar
/
Akce
/
SWAT4
/
lvl13_setup.exe
/
{app}
/
Level-13,1.bat
next >
Wrap
DOS Batch File
|
2005-10-29
|
451b
|
20 lines
@echo off
REM Tell the user that we are running the mod
echo Level-13
echo Created by 'desmasic' (Nikhil Sharma)
echo Email : desmasic@gmail.com
echo Website: http://desmasic.samods.org
REM Run Swat4.exe from inside Level-13\System, so that the
REM game uses the mod's initialisation files and settings
cd .\System\
..\..\Content\System\Swat4.exe -nointro
REM Tell the user that the game has exited
echo Level-13 has exited